OnClientUpdatingView Property (TransposedGrid<T>)
In This Topic
Occurs when the grid starts creating/updating the elements that make up the current view.
Syntax
'Declaration
Public Overridable Property OnClientUpdatingView As String
public virtual string OnClientUpdatingView {get; set;}
See Also